kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Int
/
plus
plus
Common
operator
fun
plus
(
other
:
Byte
)
:
Int
Content copied to clipboard
operator
fun
plus
(
other
:
Short
)
:
Int
Content copied to clipboard
operator
fun
plus
(
other
:
Int
)
:
Int
Content copied to clipboard
operator
fun
plus
(
other
:
Long
)
:
Long
Content copied to clipboard
operator
fun
plus
(
other
:
Float
)
:
Float
Content copied to clipboard
operator
fun
plus
(
other
:
Double
)
:
Double
Content copied to clipboard
Adds the other value to this value.